home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2009 February
/
PCWFEB09.iso
/
Software
/
Shareware
/
Beyond Compare 3.0.10
/
BCompareSetup.exe
/
{app}
/
BCompare.exe
/
0
/
RCDATA
/
TPROGOPTIONSDIALOG
/
TPROGOPTIONSDIALOG.txt
Wrap
Text File
|
2008-11-03
|
1KB
|
67 lines
inherited ProgOptionsDialog: TProgOptionsDialog
Left = 273
Top = 188
BorderIcons = [biSystemMenu, biHelp]
Caption = 'Options'
ClientHeight = 512
ClientWidth = 632
OnActivate = FormActivate
OnCreate = FormCreate
OnDestroy = FormDestroy
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object HeadingBevel: TUiBevel
Left = 192
Top = 8
Width = 432
Height = 25
Style = bsRaised
end
object HeadingLbl: TUiLabel
Left = 200
Top = 12
Height = 13
Caption = '%'
Transparent = True
FontStyle = [fsBold]
end
object TreeView: TUiTreeView
Left = 8
Top = 8
Width = 176
Height = 496
HideSelection = False
ReadOnly = True
TabOrder = 0
OnChange = TreeViewChange
end
object OkBtn: TUiButton
Left = 391
Top = 482
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 1
OnClick = ApplyClick
AutoSize = asRight
end
object CancelBtn: TUiButton
Left = 471
Top = 482
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 2
AutoSize = asRight
end
object ApplyBtn: TUiButton
Left = 551
Top = 482
Caption = '&Apply'
TabOrder = 3
OnClick = ApplyClick
AutoSize = asRight
end
end